home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / af2gb013.zip / TEMPLATE.ZIP / ALLFILES.APL next >
Text File  |  1996-05-16  |  1KB  |  37 lines

  1. ; Template file: ALLFILES.APL
  2. ; Type         : Allfiles listing
  3. ;
  4. ; This template generates an allfiles list
  5. ;
  6.  ╥ ┬ ╥─┐ ╥─┐  ╥─┬─┐ ╓───
  7.  ║ │ ║ │ ║ │  ║ │ │ ║
  8.  ╟─┤ ╟─┤ ╟─┤  ║ ┴ │ ╙──┐   Software Engineering
  9.  ║ │ ║ │ ║  │ ║   │    │
  10.  ╨ ┴ ╨ ┴ ╨  ┴ ╨   ┴ ───┘
  11.  
  12.  SysOp    : Harald Harms
  13.  Address  : PO box 175
  14.             2600 AD  DELFT
  15.             The Netherlands
  16.  BBS/Fax  : +31-(0)15-2628220
  17.  Baud     : 2400-33600 v34
  18.  Times    : 24 hrs/day
  19.  Fidonet  : 2:281/910
  20.  Internet : harald.harms@harms.nl
  21.  
  22.  
  23. @areabegin
  24.  Area : @fileecho
  25.  -----------------------------------------------------------------------------
  26. @filebegin
  27.  @just(@filename,L,13)@just(@filesize,R,9) @copy(@filedesc,1,53)
  28.                         @overflow
  29. @end
  30.  -----------------------------------------------------------------------------
  31.  @just(@blockbytes,L,11) bytes in @just(@blockfiles,L,3) file(s)
  32.  
  33. @end
  34.  Total of @totalbytes in @totalfiles file(s)
  35.  
  36.  This ALLFILES listing was created with @prgname
  37.